lcTIN_AddPoint2 Home

Adds new point into a TIN object.

 HANDLE lcTIN_AddPoint2 (
   double X,
   double Y,
   double Z,
   LPCWSTR szName,
   double szDescr,
   int iColor
 );

Parameters
X Y Z
  Point coordinates.
szName
  Point name.
szDescr
  Point description.
Color
  Index of Point color (0...LC_PROP_TIN_NCOLPNT-1)

Return Value

  Handle to the created point object.
If the function fails, the return value is NULL.

See Also

  lcTIN_AddPointlcTIN_LoadPoints